home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / EDUCATE / TUTORII.ARJ / DS.DAT < prev    next >
Text File  |  1991-11-29  |  432b  |  13 lines

  1. Explanation of the S command in DEBUG.
  2.  
  3. This command will search for a certain 
  4. byte, string of bytes, or string in a 
  5. specified area to search in. First you 
  6. type the command, then the starting and 
  7. ending addresses and after that you type 
  8. in the byte, list of bytes, or string
  9. that you want DEBUG to look for. Be sure 
  10. to include quotation marks around a string, 
  11. or to separate bytes either by a comma or 
  12. a space.
  13.